how to append a new line in a txt file c#

76

how to append a new line in a txt file c# -

File.AppendAllText("FileName.txt", "StringToADD" + Environment.NewLine);

Comments

Submit
0 Comments